Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists. 由于NULL指针会结束一个链表,所以我们也可以使用NULL指针条件作为基于链表的很多递归程序的基线条件。
A NULL terminator is required to indicate the end of the list. 需要NULL终止符来提示列表末尾。
Click on the default value, BorderLayout, and then scroll up the list that appears to choose the null layout manager. 单击缺省值BorderLAyout,然后向上滚动所显示的列表并选择null布局管理器(见图4)。
The second filter removes any list items where the left side of the expression is a primitive type or a null. 第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。
If a list is found that corresponds to the input word, the list is returned to the client, otherwise a null is returned. 如果发现与输入单词相对应的列表,那么该列表将被返回给客户机,否则将返回null。
After executing the query against the database, return the results of the query as list or null if no synonym is found. 对数据库执行查询后,以列表形式返回查询结果,如果没有找到同义词的话则返回null。
The last example,(), is used to refer to the empty, or null, list. 最后一个示例()用来表示一个空列表。
If the list in the bucket is null, memory is allocated using the sbrk() subroutine to add blocks to the list. 如果bucket中的链表是空的,就使用sbrk()子例程向其中添加块。
Notice how like our recursive programs, the definition of a linked list also contains a base case& in this case, the NULL pointer. 注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件&在这里是NULL指针。
This marker is usually called the null value, the null list, or the null pointer. 这个标记通常称作空值(nullvalue)、空列表(nulllist)或者空指针(nullpointer)。
You know you're at the end of a list when you hit the null list, written as(). 当遇到一个空列表(写为())时,您就会知道已经到了列表的末尾。
A linked list consists of a node structure that contains two members: the data it is holding and a pointer to another node structure ( or NULL, to terminate the list). 链表所包含的节点结构体由两部分构成:它所持有的数据,以及指向另一个节点结构体(或者是NULL,结束链表)的指针。
The single quotation mark in front of the null list is used to tell Scheme that you are using() as data and not as a part of your parse tree. 空列表前面的单引号用来告诉Scheme您正在使用()作为数据,而不是用它作为解析树的一部分。
Scheme defines a list as being either the null list or a pair whose bottom half is a list. Scheme将一个列表定义为一个空列表,或者是一个下半部分为某个列表的pair。
The program needs to check and see if the current node is the NULL list. 程序需要检查确认当前节点是否为NULL列表。
Array is not null, the last entry in the array will be the property descriptor that describes the list property that is another list of items. 数组不为空,则该数组中的最后一项将为属性说明符,它描述作为另一个项列表的列表属性。
If the integer-expression value does not correspond to a select list item, null is returned. 如果没有与整数表达式值相对应的select列表项,则返回null。
Check every field for NULL, and check every set, list, or map for EMPTY before you try to use it in any logic ( yes, even any error-checking logic). 在逻辑(甚至是验错逻辑)中使用代码前,核对每个字段NULL为,每个集合、明细表和映射EMPTY。
The currently selected item in the list box, or null. 清方中目前取的目或null。
Returns a pointer to the last item in the list, or null if the list is empty. 返回指向列表中最后一个项的指针,如果列表为空返回空。
I understand that any breach of this agreement will cause my NAHA School approval status to be null and void and my school listing will be removed and placed on a list of non-compliant schools. 我了解任何违反本协议的行为都会让我在NAHA学校上课的资格被取消,而且我的学校名字也会被移除,改放到不符合标准的学校那份名单中。
A prototype tool has been developed. It integrates three typical data flow analysis techniques: null pointer dereference analysis, integer variable value interval analysis and the single-linked list reachability analysis, and offer the ability to interact with users. 本文实现了一个分析工具原型,它将空指针解引用分析技术、整型变量取值范围分析技术、单链表可达性分析技术整合到一起,并允许使用者进行人工干预。